XFERLOG(5) | File Formats Manual | XFERLOG(5) |
이름¶
xferlog - FTP server logfile
설명¶
The xferlog file은 FTP server daemon ( ftpd(8) ) 의 logging 정보를 포함한다. 이 file은 보통 /usr/adm 에서 볼수 있으나, ftpd(8) 의 options을 사용함에 따라 어디든지 위치되어 질수 있다. Each server entry is composed of a single line of the following form, with all fields being separated by spaces. 각 server 항목은 아래의 form으로 이루어진 한줄로 구성되어 지며, 모든 field는 space로 구분 되어 진다.
- current-time transfer-time remote-host file-size filename transfer-type special-action-flag direction access-mode username service-name authentication-method authenticated-user-id completion-status
- current-time
- 은 "DDD MMM dd hh:mm:ss YYYY" 형식의 현재 local 시간이다. DDD는 주중의 요일을, MMM은 월을, dd는 날짜를, hh는 시를, mm은 분을, ss는 초를, 그리고 YYYY는 년도를 나타낸다.
- transfer-time
- 은 전송을 위한 총 시간을 말하며 초단위로 표시한다.
- remote-host
- 는 원격 host 이름이다.
- file-size
- 는 byte단위의 전송된 file의 크기이다.
- filename
- 은 전송된 file의 이름이다.
- transfer-type
- 은 전송의 형태를 나타내는 하나의 character이다.
- special-action-flag
- 는 어떤 특정한 action이 발생하는 것을 나타내는 하나 또는 그 이상의 character flag 이다. 아래에 나열된 것 중의 하나 또는 그 이상으로 사용할수 있다.
- direction
- 은 전송의 지시이다.
- access-mode
- 는 user가 어떻게 login을 하는가에 대한 방법이다.
- a
- (anonymous) 는 익명 손님 user들을 위한 것이다.
- g
- (guest) is for an passworded guest user (see the (guest) 는 password를 소유한 손님 user들을 위한 것이다. ( ftpaccess(5) 의 guestgroup 명령을 참조하라)
- r
- (real) 은 인증이 가능한 local user를 위한 것이다.
- username
- 은 local username 이다. 만약 손님 이라면, 주어진 ID 문자열을 뜻한다.
- service-name
- 은 발생되어지는 service의 이름이며 보통은 FTP이다.
- authentication-method
- 는 인증에 사용되어 지는 방법이다. 아래중의 하나를 사용한다.
- 0
- none
- 1
- RFC931 Authentication
- authenticated-user-id
- 는 인증 방법에 의해 되돌려지는 user id 이다. 인증되어진 user id가 사용불가 하다면 * 이 사용되어 진다.
- completion-status
- 는 전송 상태를 나타내는 하나의 character이다.
파일¶
- /usr/adm/xferlog
관련 항목¶
역자¶
김정균 <admin@oops.org> 1999년 8월 4일